Blazor コントロール
C1DelegateList<T> コンストラクタ(Func<Int32>,Func<Int32,T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1DelegateList<T> クラス > C1DelegateList<T> コンストラクタ : C1DelegateList<T> コンストラクタ(Func<Int32>,Func<Int32,T>)
Function that returns the number of items.
The select function used to get the items.
Initializes a new instance of the C1DelegateList<T> class.
シンタックス
'宣言
 
Public Function New( _
   ByVal getCount As System.Func(Of Integer), _
   ByVal select As System.Func(Of Integer,T) _
)
public C1DelegateList<T>( 
   System.Func<int> getCount,
   System.Func<int,T> select
)

パラメータ

getCount
Function that returns the number of items.
select
The select function used to get the items.
参照

C1DelegateList<T> クラス
C1DelegateList<T> メンバ
オーバーロード一覧